home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00282_Bitmap_282 (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  195KB  |  529x364  |  1-bit (2 colors)
Labels: text | screenshot | font
OCR: while ((c=getc(ifp)) != EOF) { putc(c, ofp); if ( c == "\n') putc("\n', ofp); void prn_info (char *pgm_name) printf("\n%s%s%s\n\n%s%s\n\n", "Usage: ", pgm_name, "infile outfile", "The contents of infile will be double-spaced", "and written to outfile.");